//==============================================================================
// Corral_anim.txt
//==============================================================================
import Construction_defines_anim.txt
//==============================================================================
anim idle
{
   SetSelector
   {
      TechLogic age 1/age 2/age 3/age 4
     //---------------------------Age 1--------------------------------//
      setSelector
      {
         ConstructionLogic 0 50
         set hotspot
         {
            version
            {
            Visual Building N Corral
               }
            }
            set hotspot
            {
               version
               {
                  Visual building construction medium a
		            connect attachpoint N_Long_Brick hotspot
		            connect face N_Long_Brick hotspot
		            connect chin N_Medium_Brick hotspot
		            connect leftfoot N_Medium_Brick hotspot
		            connect lefthand N_Small_Brick hotspot
		            connect leftleg N_Small_Brick hotspot
                }
            }
            set hotspot
            {
               version
               {
                  Visual building construction medium b
		            connect attachpoint N_Long_Brick hotspot
		            connect face N_Long_Brick hotspot
		            connect chin N_Medium_Brick hotspot
		            connect leftfoot N_Medium_Brick hotspot
		            connect lefthand N_Small_Brick hotspot
		            connect leftleg N_Small_Brick hotspot
            }
         }
      }
     //---------------------------Age 2--------------------------------//
      setSelector
      {
         ConstructionLogic 0 50
         set hotspot
         {
            version
            {
            Visual Building N Corral_age2
               }
            }
            set hotspot
            {
               version
               {
                  Visual building construction medium a
		            connect attachpoint N_Long_Brick hotspot
		            connect face N_Long_Brick hotspot
		            connect chin N_Medium_Brick hotspot
		            connect leftfoot N_Medium_Brick hotspot
		            connect lefthand N_Small_Brick hotspot
		            connect leftleg N_Small_Brick hotspot
                }
            }
            set hotspot
            {
               version
               {
                  Visual building construction medium b
		            connect attachpoint N_Long_Brick hotspot
		            connect face N_Long_Brick hotspot
		            connect chin N_Medium_Brick hotspot
		            connect leftfoot N_Medium_Brick hotspot
		            connect lefthand N_Small_Brick hotspot
		            connect leftleg N_Small_Brick hotspot
            }
         }
      }
     //---------------------------Age 3--------------------------------//
      setSelector
      {
         ConstructionLogic 0 50
         set hotspot
         {
            version
            {
            Visual Building N Corral_age3
               }
            }
            set hotspot
            {
               version
               {
                  Visual building construction medium a
		            connect attachpoint N_Long_Brick hotspot
		            connect face N_Long_Brick hotspot
		            connect chin N_Medium_Brick hotspot
		            connect leftfoot N_Medium_Brick hotspot
		            connect lefthand N_Small_Brick hotspot
		            connect leftleg N_Small_Brick hotspot
                }
            }
            set hotspot
            {
               version
               {
                  Visual building construction medium b
		            connect attachpoint N_Long_Brick hotspot
		            connect face N_Long_Brick hotspot
		            connect chin N_Medium_Brick hotspot
		            connect leftfoot N_Medium_Brick hotspot
		            connect lefthand N_Small_Brick hotspot
		            connect leftleg N_Small_Brick hotspot
            }
         }
      }
     //---------------------------Age 4--------------------------------//
      setSelector
      {
         ConstructionLogic 0 50
         set hotspot
         {
            version
            {
            Visual Building N Corral_age4
               }
            }
            set hotspot
            {
               version
               {
                  Visual building construction medium a
		            connect attachpoint N_Long_Brick hotspot
		            connect face N_Long_Brick hotspot
		            connect chin N_Medium_Brick hotspot
		            connect leftfoot N_Medium_Brick hotspot
		            connect lefthand N_Small_Brick hotspot
		            connect leftleg N_Small_Brick hotspot
                }
            }
            set hotspot
            {
               version
               {
                  Visual building construction medium b
		            connect attachpoint N_Long_Brick hotspot
		            connect face N_Long_Brick hotspot
		            connect chin N_Medium_Brick hotspot
		            connect leftfoot N_Medium_Brick hotspot
		            connect lefthand N_Small_Brick hotspot
		            connect leftleg N_Small_Brick hotspot
            }
         }
      }
	}
}